DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase<TCommandImpl> Class / CommandText Property

In This Topic
    CommandText Property (C1CommandBase<TCommandImpl>)
    In This Topic
    Gets or sets the text command to run against the data source.
    Syntax
    'Declaration
     
    Public Overridable Property CommandText As String
    public virtual string CommandText {get; set;}
    See Also